#! /bin/bash
#
# $Id: vpar,v 1.2.18.1 2002/04/11 03:45:34 jamesg Exp $
# ($Name: t-stevet-RWSpre-030110 $)

#set -vx
#echo "$0 [${0%/*}] [${0##*/}]" >&2
#tail --follow=name --retry vpcc.log >&2 &
${0%/*}/callintent.sh ${0##*/} "$@"
retcode=$?
exit $retcode
